home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1995
/
MacHack 1995.toast
/
Presentations
/
Presentations ’88
/
Feldt's Object Stuff
/
SSG include
/
SSGproto.h
< prev
next >
Wrap
Text File
|
1987-03-07
|
1KB
|
28 lines
/* Small Systems Guild */
/* copyright © 1987 Small Systems Guild */
/* Lightspeed C compiler 2.01 */
/* private library source file */
/* DAS 02/10/87 Created this file, added SetShell() 0.1 */
/* DAF 02/11/87 Added CountWindows(), DoDlog(), ZoomRect(), 0.1 */
/* GlobalCellRect(), */
/* DAF 03/05/87 Added app launch list support routines, structs 0.4 */
extern ListHandle InitLaunchList(WindowPtr,int,Rect*);
extern Boolean GetLaunchApps(ListHandle);
extern Boolean SFGetApp(SFReply*);
extern Boolean AddSFLaunchApp(ListHandle,SFReply*);
extern Boolean DelSFLaunchApp(ListHandle);
extern Boolean DoLaunchWindow(EventStuff*);
extern WindowPtr InsertWindow(WindowRecord *,WindowPtr,Rect *,char *,int,
Boolean,Boolean,Boolean,Boolean,Boolean);
extern int CountWindows(void);
extern void GlobalCellRect(WindowPtr,ListHandle,Point,Rect *);
extern void ZoomRect(WindowPtr,Rect *,Boolean);
extern int DoDlog(int,int);
extern Boolean SetShell(char *);